Crowd Simulation with Menge in ROS Gazebo
Posted at 2020-12
Environment
- Ubuntu 16.04
- python2
- ROS Kinect
How to install
- ign-cmake
- ign-common
- ign-math
- ign-msgs
- ign-transport
- protobuf-2.6.1
build Gazebo from source
1
2
3
4
5mkdir build
cd build
cmake ..
make -j
make installbuild Menge from source
1
2
3
4
5cd projects/g++
mkdir build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j
make installcatkin make gazebo_menge from source
1
2cd catkin_ws
catkin_makebuild new version turtlebot package for Gazebo 8 from source
1 | cd catkin_ws |
How to run
start roscore
1
roscore
modify env_setup.sh to make menge and gazebo consistance. After that
1
bash env_setup.sh
start gazebo_menge, which define the menge setup
1
roslaunch menge_gazebo_worlds turtlebot.launch
create a turtlebot and visualize Gazebo
1
roslaunch menge_gazebo_worlds start_bot.launch