egn_messages
I am new to ROS. can anyone tell me what is egn_messages?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I am new to ROS. can anyone tell me what is egn_messages?
It looks like this package is a ghost - there are only 6 pieces of ROS code in the entire GitHub, where it appears like some kind of accumulator of message types from maps, navigation, car sensors, etc.
This repository contains the ROS package with code implementation of RRT-based path planning algorithm suitable for exploration of a trackdrive circuit according to the rules of Formula Student Driverless competition in Germany. This algorithm is based on my contribution to E-gnition, a FS Team of Technical University Hamburg.
Probably this message package was not open-sourced, so you can't find it. You can replace it with analogous messages from other packages and fix the differences, or try contacting the repository maintainer
Asked: 2022-12-11 08:31:14 -0500
Seen: 84 times
Last updated: Dec 12 '22
Can I use ROS for free for commercial purposes?
How to run two functions simultaneously
Subscribe pointcloud and convert it to numpy in python
Difference between 'ros2 launch' and 'ros2 run' from a program point of view
Autoware NDT matching, no transform from /map to /base_link
Is there a concise way to initialize a message with specific values?
[ROS2] time.sleep() in a node [closed]
How to run composable node launch file in debug mode with gdb
Where have you seen reference to this package? Can you edit your question with more details: what you are trying to accomplish, links to relevant information to help the community answer your question. Thanks!
I have a code cloned from a repo in which these egn_messages are imported
Have you tried looking at the README, open issues and pull requests of that repository?
Links to relevant issues/PRs on that repo: https://github.com/MaxMagazin/ma_rrt_...https://github.com/MaxMagazin/ma_rrt_...