-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
1,704 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# <img src="docs/images/overworld.png" width="150"> | ||
|
||
## Install bullet | ||
|
||
``` | ||
cmake .. -DCMAKE_INSTALL_PREFIX=your/install/path | ||
cmake .. -DCMAKE_INSTALL_PREFIX=your/install/path -DBUILD_SHARED_LIBS=ON | ||
make install | ||
``` | ||
|
||
then | ||
|
||
``` | ||
export BULLET_INSTALL_PATH=your/install/path | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BULLET_INSTALL_PATH/lib | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
modules: | ||
robot: | ||
PR2JointsPerception: pr2_joints | ||
humans: | ||
OptitrackPerceptionModule: optitrack | ||
objects: | ||
ArTrackPerceptionModule: ar_track | ||
Pr2GripperPerceptionModule: | ||
- pr2_left_gripper | ||
- pr2_right_gripper | ||
StaticObjectsPerceptionModule: static | ||
|
||
pr2_joints: | ||
name : pr2_robot | ||
right_hand : r_gripper_tool_frame | ||
left_hand : l_gripper_tool_frame | ||
head : head_mount_kinect2_rgb_optical_frame | ||
|
||
pr2_left_gripper: | ||
side: 0 # = left | ||
pressure_threshold: 400 | ||
distance_threshold: 0.03 | ||
|
||
pr2_right_gripper: | ||
side: 1 # = right | ||
distance_threshold: 0.03 | ||
|
||
optitrack: | ||
name: human_0 | ||
offset_x: 6.4868 | ||
offset_y: 2.8506 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ namespace owds { | |
|
||
enum AgentType_e | ||
{ | ||
PR2_ROBOT = 0, | ||
ROBOT = 0, | ||
HUMAN | ||
}; | ||
class Agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.