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

Eloquent migration #1

Merged
merged 3 commits into from
Oct 19, 2020
Merged

Conversation

jginesclavero
Copy link


Basic Info

Info Please fill out this column
Ticket(s) this addresses Ticket srl-freiburg/spencer_tracking_rviz_plugin#2
Primary OS tested on Ubuntu 18.04 ROS2 Eloquent
Robotic platform tested on Gazebo simulation of Tutlebot3

Description of contribution in a few bullet points

  • I migrated spencer_messages package to ROS2 eloquent to complete the pedsim_ros migration.
  • I have included the last changes in the original repo.

Comment on lines +6 to +10
float64 cp_yy # variance of prediction acc. to y
float64 c_xx # variance of state acc. to x
float64 c_yy # variance of state acc. to y
float64[] mode_probabilities # array containing mode probabilities
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These renaming seems to add more complexity to this migration that necessary. I would suggest keeping the renaming/refactor to a separate effort after the ros1/2 issues are finalised

Copy link
Author

@jginesclavero jginesclavero Sep 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Colcon, the compilation tool of ROS2, does not permit capitals in a message field, because of this I had to rename them.

@tlind tlind merged commit 0365463 into spencer-project:eloquent Oct 19, 2020
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.

3 participants