No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
![]() |
irc_ros_bringup package from irc_ros repoirc_ros_bringup irc_ros_controllers irc_ros_dashboard irc_ros_description irc_ros_examples irc_ros_hardware irc_ros_moveit_config irc_ros_msgs irc_ros_navigation2 |
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache-2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/commonplacerobotics/irc_ros.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-10-07 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The irc_ros_bringup package
Additional Links
Maintainers
- Felix Reuter
Authors
- Björn Schenke
- Felix Reuter
iRC ROS Bringup
This contains the basic, non-MoveIt2 launch files and ROS2 controller configs.
When you want to use just a ReBeL arm the launch files here should suffice.
Install
ReBeL standalone
- nothing besides this repository required
Mobile Platform
In case you are planning to use a mobile platform look at
irc_ros_navigation2
as well. - For the mobile platforms laser scanners install the following packages (Add them to your workspace folder)
- Sick300 ROS2
- IRA Laser Tools (humble PR)
- rqt_robot_steering (Also in the ubuntu repos)
Usage
You can start the robot driver as follows:
$ ros2 launch irc_ros_bringup rebel.launch.py rebel_version:=00 gripper:=schmalz_ecbpmi use_rviz:=false
Manual joint states then can be send in different ways. For actual applications please refer to the MoveIt pkg.
Control via command line
Found here. Change values accordingly.
Rebel 6DOF
$ ros2 topic pub /joint_trajectory_controller/joint_trajectory trajectory_msgs/msg/JointTrajectory '{header: {stamp: {sec: '"$(date '+%s + 6' | bc)"'}}, joint_names: ["joint1", "joint2", "joint3", "joint4", "joint5", "joint6"], points: [{positions: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], time_from_start: {sec: 0}}]}' --once
Rebel 4DOF
$ ros2 topic pub /joint_trajectory_controller/joint_trajectory trajectory_msgs/msg/JointTrajectory '{header: {stamp: {sec: '"$(date '+%s + 6' | bc)"'}}, joint_names: ["joint1", "joint2", "joint3", "joint4"], points: [{positions: [0.0, 0.0, 0.0, 0.0], time_from_start: {sec: 0}}]}' --once
Mobile platform (x linear and z angular)
$ ros2 topic pub /cpr_platform_controller/cmd_vel geometry_msgs/msg/TwistStamped '{header: {stamp: {sec: '"$(date '+%s + 6' | bc)"'}}, twist: { linear: {x: 0.0, y: 0, z: 0}, angular: {x: 0, y: 0, z: 0.0}}}' --once
or
$ ros2 topic pub /cpr_platform_controller/cmd_vel_unstamped geometry_msgs/msg/Twist '{linear: {x: 0.0, y: 0, z: 0}, angular: {x: 0, y: 0, z: 0.0}}' --once
ROS actions
$ ros2 action send_goal /joint_trajectory_controller/follow_joint_trajectory control_msgs/action/FollowJointTrajectory [...]
Control via rqt_robot_steering (Mobile platform only)
Note: Currently only works with geometry_msgs/msg/Twist
, while we want TwistStamped
instead, PR is here. In the meantime the type is set to Twist
in the controller config file.
- Select topic as
/cpr_platform_controller/cmd_vel
- W,A,S,D for directions
- Space to reset speed to 0
Launch files
Use ros2 launch irc_ros_bringup [...].launch.py --show-args
for more information about the available launch arguments.
Controller files
-
controller_igus_rebel_*dof.yaml
implements position control via a JointTrajectoryController -
controller_cpr_platform_medium.yaml
implements velocity control via a DiffDriveController. While the position commands are more precise for repeatability, the use of velocity commands causes smoother and straighter driving.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged irc_ros_bringup at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.