Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rcleus] ROS2 client for eus #749

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

mqcmd196
Copy link
Member

@mqcmd196 mqcmd196 commented Feb 3, 2024

Just my hobby

TODO

1st phase

  • Init rcl node
  • Publish simple topic like integer
  • Subscribe simple topic like integer
  • rosidl_generator_eus
  • Publish any topic
  • Subscribe any topic

2nd phase

  • Service call
  • Service server

3rd phase

  • Support tf
  • Support action

@mqcmd196
Copy link
Member Author

mqcmd196 commented Feb 3, 2024

You can try my work on Ubuntu 22.04 PC with ros humble.

build

sudo apt install euslisp jskeus
mkdir -p ~/colcon_ws/src && cd ~/colcon_ws/src
git clone https://github.com/mqcmd196/jsk_roseus --branch ros2
mkdir -p jsk_roseus/rcleus/build && cd jsk_roseus/rcleus/build
source /opt/ros/humble/setup.bash
cmake .. && make -j(nproc)

exec

# at build directory
rlwrap irteusgl

then

load-library "librcleus.so" '("rcleus")
rcleus-raw "test" 1 '("param")

then you can check the node is initialized by ros2 node list .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant