Skip to content

EmmanuelMess/WheeledBipedSim

Repository files navigation

Wheeled Biped Sim

Build

docker build . -t wheeled_biped:jazzy

Run

rocker --x11 \
    --device=/dev/kfd --device=/dev/dri --group-add video \
    --volume ${PWD}:/ros2_ws/src/:rw \
    --name wheeled_biped_docker \
    wheeled_biped:jazzy

colcon build --symlink-install
source install/setup.bash

ros2 launch wheeled_biped_description simulation.launch.py
ros2 topic pub --rate 10 /speed geometry_msgs/msg/TwistStamped "
twist:
  linear:
    x: 0.01
    y: 0.0
    z: 0.0
  angular:
    x: 0.0
    y: 0.0
    z: 0.1"

About

A simple wheeled biped simulation with Gazebo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published