-
Notifications
You must be signed in to change notification settings - Fork 95
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
Build issue on OS X #55
Comments
Oh, you're building my fancy forward_group_sim_controllers branch. Aside from being under heavy development (and under question as to whether or not to include this release), it requires ros-controls/ros_controllers#187 which is currently still an open PR. If you experience any OSX build issues (Gazebo 2, 5, or 6) when building off of the development branch, please post them here and I'll add them to my stack. Thanks for reporting this. |
Hmm, I'm definitely on master for baxter_simulator and baxter_common, but I've tried Seems to build okay on Trusty/Indigo/Gazebo2/GCC, though. |
That's super interesting, and possibly related to #45 as you say. I will have to figure out why the |
Hi, is there any update on this? I'm trying to get baxter_simulator working on OS X and have run into this issue (also, if you know of any pointers on getting all of baxter_simulator running that would be much appreciated!) |
Provide an implementation of ForwardCommandController<T>::starting, because it is not provided in the header. Instead, it is in the source file joint_effort_controller.cpp. Related: RethinkRobotics#55.
Does the above make sense? There's just this screwy thing in |
Building on Indigo with clang:
Note that this was a Gazebo 5 setup, so it probably wouldn't have worked anyway (per #45), but this particular build issue appears to be on the
ros_control
side of things— generally clang is fussier about linker explicitness than gcc.The text was updated successfully, but these errors were encountered: