Package Summary
| Tags | No category tags. |
| Version | 2.3.18 |
| License | Apache-2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robosoft-ai/SMACC2.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-02-06 |
| Dev Status | DEVELOPED |
| CI status | No Continuous Integration |
| Released | RELEASED |
| Tags | No category tags. |
| Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- SMACC2 is cool
Authors
Build Instructions
First, source your ros2 installation.
source /opt/ros/humble/setup.bash
Before you build, make sure you’ve installed all the dependencies…
rosdep install --ignore-src --from-paths src -y -r
Then build with colcon build…
colcon build
Operating Instructions
After you built the project don’t forget to setup your environment: First source the gazebo setup via
source /opt/ros/humble/share/gazebo_ros/local_setup.bash
Then source the proper workspace…
source ~/workspace/humble_ws/install/setup.sh
And then run the launch file…
ros2 launch sm_multi_panda_sim sm_multi_panda_sim.launch.py
If the simulation is not starting up properly check if your GAZEBO_RESOURCE_PATH is set correctly (echo $GAZEBO_RESOURCE_PATH). Otherwise simply set it with:
export GAZEBO_RESOURCE_PATH=/usr/share/gazebo-<your_gazebo_version>/
Note: Sometimes the Gazebo server is not shutdown correctly. If you cannot restart the simulation you might have to look if there is still a instance of the server (gzserver) running. You then have to end it manually. Or just run:
killall -9 gzserver
Viewer Instructions
If you have the SMACC2 Runtime Analyzer installed then type…
ros2 run smacc2_rta smacc2_rta
If you don’t have the SMACC2 Runtime Analyzer click here
Wiki Tutorials
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| moveit_resources_panda_description | |
| ros_timer_client | |
| smacc2 | |
| moveit2z_client | |
| controller_manager | |
| moveit_configs_utils | |
| sr_all_events_go | |
| ros_publisher_client | |
| keyboard_client |
System Dependencies
| Name |
|---|
| libboost-thread-dev |
| xterm |