Skip to content

replace robot_model and robot_state by moveit::core#496

Merged
rhaschke merged 1 commit intomoveit:masterfrom
v4hn:pr-master-moveit-core-ns
Jun 3, 2020
Merged

replace robot_model and robot_state by moveit::core#496
rhaschke merged 1 commit intomoveit:masterfrom
v4hn:pr-master-moveit-core-ns

Conversation

@v4hn
Copy link
Copy Markdown
Contributor

@v4hn v4hn commented Jun 3, 2020

We should not show users examples with namespaces we do not want to have around anymore.

grep -rl robot_model:: | xargs sed -i 's/robot_model::/moveit::core::/g
grep -rl robot_state:: | xargs sed -i 's/robot_state::/moveit::core::/g

We should not show users examples with namespaces we do not want to have around anymore.

```
grep -rl robot_model:: | xargs sed -i 's/robot_model::/moveit::core::/g
grep -rl robot_state:: | xargs sed -i 's/robot_state::/moveit::core::/g
```
@rhaschke rhaschke merged commit 7cf64f9 into moveit:master Jun 3, 2020
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.

2 participants