Skip to content

Commit

Permalink
lower #instances in urdf example
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Coumans committed Dec 19, 2020
1 parent ca8243b commit dc603eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tiny_urdf_parser_opengl_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ int main(int argc, char* argv[]) {
visualizer.convert_visuals(urdf_structures, texture_path);


int num_total_threads = 256;
int num_total_threads = 16;
std::vector<int> visual_instances;
std::vector<int> num_instances;
int num_base_instances;
Expand Down

0 comments on commit dc603eb

Please sign in to comment.