Skip to content

Fix EnvActor topic name to match C++ implementation#107

Merged
jonyMarino merged 2 commits intoiamaisim:mainfrom
KadirCanKose:fix/EnvActor-Topic
Mar 18, 2026
Merged

Fix EnvActor topic name to match C++ implementation#107
jonyMarino merged 2 commits intoiamaisim:mainfrom
KadirCanKose:fix/EnvActor-Topic

Conversation

@KadirCanKose
Copy link
Copy Markdown
Contributor

Changed topic from 'actual_pose' to 'actual_kinematics' in env_actor.py to ensure compatibility with EnvActor::Impl (env_actor.cpp:263).

About
This PR updates the topic name in env_actor.py from 'actual_pose' to 'actual_kinematics' to match the expected topic in the C++ implementation.

How Has This Been Tested?
When the topic was registered as "actual_kinematics", I was able to receive callback calls using actor.actor_info["actual_kinematics"].
When the topic was registered as "actual_pose", I was able to receive callback calls using f"{actor.parent_topic}/actual_kinematics".

Changed topic from 'actual_pose' to 'actual_kinematics' in env_actor.py to ensure compatibility with EnvActor::Impl (env_actor.cpp:263).
@jonyMarino jonyMarino requested a review from Copilot March 11, 2026 14:26

This comment was marked as resolved.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


You can also share your feedback on Copilot code review. Take the survey.

Comment thread client/python/projectairsim/src/projectairsim/env_actor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jonyMarino jonyMarino merged commit ca15c9c into iamaisim:main Mar 18, 2026
@jonyMarino
Copy link
Copy Markdown
Contributor

Thanks for your contribution! keep it up!

@KadirCanKose KadirCanKose deleted the fix/EnvActor-Topic branch March 26, 2026 12:36
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