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

add a message concerning the robot information #2

Merged
merged 2 commits into from
Aug 25, 2015

Conversation

vrabaud
Copy link
Contributor

@vrabaud vrabaud commented Aug 20, 2015

comments anyone ?

@vrabaud
Copy link
Contributor Author

vrabaud commented Aug 20, 2015

the goal is to mirror http://doc.aldebaran.com/2-1/naoqi/motion/tools-general-api.html?highlight=getrobotconfig#ALMotionProxy::getRobotConfig and probably add info over time (like serial number).
This will be published once in a latched manner by naoqi_driver

@Karsten1987
Copy link
Contributor

Do we really need all these fields? For example a field has_laser and robot_model for Pepper are redundant, no? Similar issues for number of legs for pepper? According to naoqi there is 1 leg :)

Why is arm_version a bool? Shouldn't it be a uint8 as well for iterating over VERSION_33, VERSION_40 etc ?

@vrabaud
Copy link
Contributor Author

vrabaud commented Aug 25, 2015

@Karsten1987 , please comment in the file, it makes comments easier to track.
I updated the PR.

@vrabaud
Copy link
Contributor Author

vrabaud commented Aug 25, 2015

for the laser, NAO can also have a laser on some prototypes.

@vrabaud
Copy link
Contributor Author

vrabaud commented Aug 25, 2015

renamed a few things and added the service

# Number of Arms : 0 or 2
int32 number_of_arms
# Number of Hands: 0 or 2
int32 number_of_hands
Copy link
Contributor

Choose a reason for hiding this comment

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

do we have versions with arms but without hands?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point, I guess it was the case at some point ....

Karsten1987 added a commit that referenced this pull request Aug 25, 2015
add a message concerning the robot information
@Karsten1987 Karsten1987 merged commit c72c19b into ros-naoqi:master Aug 25, 2015
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.

None yet

2 participants