Scout_Simulator ROS package
├── sensors
│ ├── realsense_simulator
│ └── robosense_simulator
├── robots
│ └── scout_ros
├── environment
│ └── warehouse_simulation_toolkit
└── README.md
mkdir src
cd src
git clone https://github.com/ErvinZzz/scout_simulator.git
cd ..
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build
Launch the scout vehicle in different scene.
In city
roslaunch scout_gazebo_sim scout_city_simulation.launch
In warehouse
roslaunch scout_gazebo_sim scout_warehouse_simulation.launch
rosrun teleop_twist_keyboard teleop_twist_keyboard.py