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.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ifra-cranfield/ros2_simrealrobotcontrol.git
VCS Type git
VCS Version humble
Last Updated 2025-04-01
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

IFRA-Cranfield (Cranfield University, UK). Package: ROS 2 SimRealRobotControl - DATA

Additional Links

No additional links.

Maintainers

  • Mikel Bueno Viso

Authors

  • Mikel Bueno Viso

ROS2 Sim-to-Real Robot Control: ros2srrc_data

The ros2srrc_data package contains all different ROS2 data structures that are required to execute the Source Code defined in the ros2srrc_execution package.

Robot Movement execution

ROS2 .action

In ros2_SimRealRobotControl, individual Robot Movements contained in a single ROS2 Node (ROS2 Action Server, move.cpp), and are executed by calling a single action, called, “Move”.

Move.action:

  • Input: Action(string), Speed (float64), MoveJ (joints), MoveR (joint), MoveL (xyz), MoveXYZW (xyzypr), MoveXYZ (xyz), MoveYPR (ypr), MoveROT (ypr), MoveRP (xyzypr), MoveG (float64).
  • Output: result(string), feedback(string).

ROS2 .msg

Every single Robot Movement type (MoveJ, MoveR, MoveL…) is defined on a specific ROS2 MSG format:

Joints.msg:

  • Data: joint1(float64), joint2(float64), joint3(float64), joint4(float64), joint5(float64), joint6(float64), joint7(float64).

Joint.msg:

  • Data: joint(string), value(float64).

Xyz.msg:

  • Data: x(float64), y(float64), z(float64).

Xyzypr.msg:

  • Data: x(float64), y(float64), z(float64), yaw(float64), pitch(float64), roll(float64).

Ypr.msg:

  • Data: yaw(float64), pitch(float64), roll(float64).

Sequence execution

ROS2 .action

The sequences/programs are executed by calling the single ROS2 Action “Sequence”, which contains an array with Robot Movements (defined in “Action.msg”) that are executed one after the other. Instead of having to call the ROS2 Action “Move” for every single step**, the whole sequence is passed to sequence.cpp, and movements are executed one by one using MoveGroupInterface.

Sequence.action:

  • Input: Sequence(action[]), robot(string), endeffector(string), environment(string).
  • Output: result(string), feedback(string).

ROS2 .msg

All possible Robot Movements have been put into the “Action” ROS2 message, in order to be able to generate an array containing the whole sequence.

Action.msg:

  • Data: Action(string), Speed (float64), MoveJ (joints), MoveR (joint), MoveL (xyz), MoveXYZW (xyzypr), MoveXYZ (xyz), MoveYPR (ypr), MoveROT (ypr), MoveRP (xyzypr), MoveG (float64), Attach(string), Detach(string).

</br> </br>

** This method is used in ros2_RobotSimulation, which includes a small delay between steps due to the ROS2 Action call which needs to be done before every step.

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.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2srrc_data 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.