- ROS 2 Jazzy Jalisco
(Developed using
osrf/ros:jazzy-desktop-fullDocker image) ros_gz_simpackagevision_opencvpackage
source /opt/ros/jazzy/setup.bash
colcon build
source install/setup.bashLaunch:
ros2 launch conveyor_sorter init.launch.pySpawn multiple random props and start the conveyor:
ros2 run conveyor_sorter randomSpawn a random prop on the conveyor:
ros2 service call /props/spawn conveyor_sorter/srv/SpawnPropStart the conveyor:
ros2 service call /conveyor/start conveyor_sorter/srv/ConveyorStart/conveyor/start
Starts the conveyor.forward
Goes forward if true, backwards otherwise.speed
Speed of the conveyor.
/conveyor/stop
Stops the conveyor./pusher/push
Performs a single push by the pusher./props/spawn
Spawns a prop on the conveyor.random
If true, chooses a prop randomly from the pool.target
Sets type of the prop (if true, it will be sorted out).
Works only ifrandomis off.

