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

Broadcaster dla temperatury #15

Open
BartlomiejK2 opened this issue Aug 9, 2024 · 0 comments
Open

Broadcaster dla temperatury #15

BartlomiejK2 opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BartlomiejK2
Copy link
Collaborator

Każdy z sterowników moteus wysyła na swój state interface temperaturę. Należy wykonać broadcaster dla tej temperatury, aby wysyłał customową wiadomość ze wszystkimi jointami i ich temperaturę plus klasyczny header rosowy.

Więcej informacji: https://control.ros.org/rolling/doc/ros2_controllers/doc/writing_new_controller.html
Przykłądowe broadcastery:

Przewidywana wiadomość składałą by się z (podobnie do http://docs.ros.org/en/melodic/api/sensor_msgs/html/msg/Temperature.html):

std_msgs/Header: http://docs.ros.org/en/melodic/api/std_msgs/html/msg/Header.html
string[ ] joints
float64[ ] temperature

@BartlomiejK2 BartlomiejK2 added the enhancement New feature or request label Aug 9, 2024
@JonaszM JonaszM self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants