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

Porting Ros2Bnyahaj #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Porting Ros2Bnyahaj #5

wants to merge 3 commits into from

Conversation

rk012
Copy link

@rk012 rk012 commented Dec 2, 2024

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description/Changes

  • Added pyserial to project requirements
  • Added host_comm, pose, and world.py
  • Copied tf1 euler/quaternion conversion code to pose.py
    • This does not appear to be in the tf2 packages

QA Instructions, Screenshots, Recordings

Most likely will need to test with a fully integrated system

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

 - Added pyserial to project requirements
 - Added host_comm, pose, and world.py
 - Copied tf1 euler/quaternion conversion code to pose.py
@rk012 rk012 requested a review from mehulgoel873 December 2, 2024 00:12
rb_ws/src/buggy/buggy/auton/pose.py Outdated Show resolved Hide resolved
rb_ws/src/buggy/buggy/auton/world.py Outdated Show resolved Hide resolved
rb_ws/src/buggy/buggy/serial/host_comm.py Outdated Show resolved Hide resolved
rb_ws/src/buggy/buggy/serial/ros_to_bnyahaj.py Outdated Show resolved Hide resolved
rb_ws/src/buggy/buggy/serial/ros_to_bnyahaj.py Outdated Show resolved Hide resolved
 - Using scipy/utm package directly, removed dependency on pose/world.py
 - Added steering angle debug on publish
 - Standardizes use of rclpy.ok() instead of self.is_shutdown()
 - All packets are sent over debug telemetry
@rk012 rk012 requested a review from mehulgoel873 December 11, 2024 19:55
…ossible swapping of packet x and y for ROS odom topic publishing.
@rk012 rk012 requested a review from mehulgoel873 December 18, 2024 01:09
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.

2 participants