Repository files navigation How to bootstrap the Pilsbot project
Install ROS2. See The ROS2 installation page
Don't forget to source /opt/ros/your_ros_version/setup.bash
Make sure you have colcon: sudo apt install python3-colcon-common-extensions
Install vcstool
git clone --branch ros2 git@github.com:pilsbot/workspace.git pilsbot && cd pilsbot
source env.sh
pilsbot init
pilsbot build
Source project environment variables
pilsbot build
Note that you can pass arguments like pilsbot build --symlink-install
pilsbot launch pilsbot_simulation pilsbot.launch.py
pilsbot launch pilsbot_simulation pilsbot_control_test.launch.py
rqt (or rqt --force-discover if Robot Tools is not shown in step 2)
Plugins->Robot Tools->Robot Steering Akermann
Topic /pilsbot_velocity_controller/cmd_vel
You should see something like this:
How to adapt the modules to import:
About
Workspace for an easy Pilsbot bootstrap/development under Linux.
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.