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

5 feat can interface node #12

Closed
wants to merge 122 commits into from
Closed

5 feat can interface node #12

wants to merge 122 commits into from

Conversation

Jack17432
Copy link
Member

Description

Issue #5

ros2 Driver node for the can interface on the jetson nano

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

TBD

  • Test output topic
  • Test input servic
  • Run physical harware test

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@Jack17432 Jack17432 self-assigned this Feb 25, 2023
@Jack17432 Jack17432 linked an issue Feb 25, 2023 that may be closed by this pull request
1 task
Comment on lines +28 to +32
self.service_can = self.create_service(
CANSendReq,
'publish_can_data',
self.callback_publish_can_data
)
Copy link
Contributor

Choose a reason for hiding this comment

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

change to topic reader, topic is /pub_raw_can, using CANStamped message, 10 is the service type, self.callback_publish_can_data

dyu056 and others added 28 commits October 28, 2023 17:18
…detect-map-test

# Conflicts:
#	src/moa/cone-detection/cone_detection/detection_final.py
Turned all global variable into class owned variables. Add camera localization
…detect-map-test

# Conflicts:
#	src/moa/cone-detection/cone_detection/detection_final.py
- Need to design way to delete unreal node
- Need to make foxglove visualizer
- Need to design way to delete unreal node
- Need to make foxglove visualizer
@Tanish29 Tanish29 closed this Jul 18, 2024
@Tanish29 Tanish29 deleted the 5-feat-can-interface-node branch July 18, 2024 06: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.

[✨FEAT✨]: CAN interface node
8 participants